home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #2 / Amiga Plus CD - 1995 - No. 2.iso / internet / faq / englisch / how_to_find_sources < prev    next >
Encoding:
Text File  |  1995-04-11  |  43.6 KB  |  1,044 lines

  1. Archive-name: finding-sources
  2. Submitted-by: kent_landfield@sterling.com (Kent Landfield)
  3. Original-Author: jik@security.ov.com (Jonathan I. Kamens)
  4. Version: 1.143
  5. Last-modified: October 29, 1994
  6.  
  7. [ If you would like to get a current copy of this file send an   ]
  8. [ email message to send-finding-sources-faq@sparky.sterling.com  ]
  9. [ and it will be mailed to you.                                  ]
  10.  
  11. I.    Table of contents
  12.  
  13. This article contains the following sections.
  14.  
  15.     I.    Table of contents
  16.     II.    Introduction
  17.     III.    How do you find sources?
  18.     IV.    Things not to do
  19.     V.    Searching techniques in detail
  20.         1. Usenet source newsgroups
  21.         2. The "archie" database
  22.         3. The "ftpable-readmes" WAIS database
  23.         4. Comp.archives
  24.         5. Comp.sources.wanted
  25.         6. Prospero
  26.         7. Mail server queries
  27.     VI.    File retrieval techniques in detail
  28.         1. By anonymous ftp
  29.         2. By anonymous UUCP
  30.         3. By mail
  31.            a. Uunet mail archive
  32.            b. BITFTP
  33.            c. Ftpmail
  34.            d. AT&T's netlib archive
  35.            e. Periodic posting archives
  36.            f. Trickle mail servers
  37.            g. Other mail servers
  38.         VII.    Locating a site's IP address
  39.     VIII.    Credits
  40.  
  41. To find a particular section, search forward for a line beginning with
  42. the Roman numeral corresponding to the desired section.  For example,
  43. search forward for "IV." at the beginning of the line to find the
  44. section entitled "Things not to do".  Alternatively, if your news
  45. reader supports commands to "undigestify" and/or skip to the next
  46. section in a digest message, you can use those commands to view this
  47. message, since it is in digest format (the section you are reading now
  48. is the "preamble" of the digest).
  49.  
  50. ----------------------------------------------------------------------
  51.  
  52. II.    Introduction
  53.  
  54. This posting discusses the resources available to people who are
  55. looking for source code.  Please read it before posting source code
  56. requests to comp.sources.wanted, alt.sources.wanted or any other
  57. newsgroup.
  58.  
  59. Comments about, suggestions about or corrections to this posting are
  60. welcomed.  If you would like to ask me to change this posting in some
  61. way, the method I appreciate most is for you to actually make the
  62. desired modifications to a copy of the posting, and then to send me
  63. the modified posting, or a context diff between my posted version and
  64. your modified version (if you do the latter, make sure to include in
  65. your mail the "Version:" line from my posted version).  Submitting
  66. changes in this way makes dealing with them easier for me and helps to
  67. avoid misunderstandings about what you are suggesting.
  68.  
  69. DO NOT send me private E-mail asking me to help you locate source
  70. code.  Nearly everything I know about finding sources is documented in
  71. this posting.  If you can't find something by following the
  72. instructions below, then I'm not going to be able to find it either.
  73. Furthermore, sending me E-mail asking for help BEFORE following the
  74. instructions below is completely out of the question.
  75.  
  76. ------------------------------
  77.  
  78. III.    How do you find sources?
  79.  
  80. The method you use for locating sources depends on exactly what you
  81. are looking for.  Here are several possible routes to follow; pick the
  82. one that best suits your needs.  The descriptions below mention
  83. general techniques (e.g. "Check the Usenet source newsgroup indices.")
  84. which are described in detail later in this posting.  These
  85. descriptions are listed in order from most preferred to least
  86. preferred solution.  You will notice that "Post in
  87. comp.sources.wanted" is listed last.  This is because posting
  88. a message in comp.sources.wanted should only be used as a last resort
  89. when you have exhausted all other alternatives.
  90.  
  91. Once you have located your source code using the instructions below,
  92. you can retrieve it via anonymous ftp or E-mail (depending on what is
  93. accessible to you and on where the code is archived); this is
  94. described in detail later in this posting.
  95.  
  96. Before following *any* of the routes below, the first thing you should
  97. do is exhaust the local resources that are available to you.  Often, a
  98. program that you are looking for will already be accessible somewhere
  99. on your system.  Since each site has different local resources, it's
  100. impossible to give details here about the resources at any specific
  101. site.  All that can be said is, "Find someone at your site to ask."
  102. Nearly every site has someone whose job it is to answer questions from
  103. other users, and the sites that don't have someone doing it officially
  104. often have someone doing it unofficially.  If you cannot find what you
  105. want after checking things out locally, or if you can't find anyone to
  106. ask, then proceed as follows.
  107.  
  108. 1. "I know the name of the program I want, but I don't know where to
  109.    get it."
  110.  
  111.    a. Check the indices for the various main Usenet source newsgroups.
  112.  
  113.    b. Check with archie.
  114.  
  115.    c. Check comp.archives.
  116.  
  117.    d. Check the "ftpable-readmes" WAIS database.
  118.  
  119.    e. Post to comp.sources.wanted.
  120.  
  121.    f. If you are looking for an MS-DOS program, check /SimTel/msdos on
  122.       oak.oakland.edu or /pc/INDEX.ZIP on garbo.uwasa.fi, available 
  123.       via anonymous ftp (see the section below about how to retrieve 
  124.       a file via anonymous ftp).
  125.  
  126. 2. "I know the name of the program I want, and I know which newsgroup
  127.    it was posted in, but didn't save it when it was posted and now I
  128.    find that I need it."
  129.  
  130.    DO NOT post a message to comp.sources.wanted saying, "I didn't save
  131.    all of this when it was archived, could someone please send it to
  132.    me?"  If the code was posted in a source newsgroup, then it is
  133.    archived somewhere.  Follow the instructions below for retrieving
  134.    code from Usenet source newsgroup archives.
  135.  
  136. 3. "Some parts of the <x> package in source newsgroup <y> didn't
  137.    arrive here.  Did anybody else have this problem?  Could someone
  138.    send me the parts I'm missing?"
  139.  
  140.    If you did not receive part of a package, and you think that the
  141.    problem that caused you not to receive it is more widespread than
  142.    just your site, send a message to the poster of the package and let
  143.    him know that you think it may not have propagated everywhere.  He
  144.    will act as a clearinghouse for problem reports and, if there are
  145.    enough of them, repost the missing parts.
  146.  
  147.    If you want to get the missing parts, asking for them in a posting
  148.    is a bad idea for two reasons.  First of all, you may very well get
  149.    lots of people mailing you the missing parts, enough to swamp your
  150.    mailbox or your mail feed (You can avoid this, to some extent, by
  151.    saying, "Please write to me if you have it -- don't send me the
  152.    whole thing unless I respond and ask you to!" but you still may end
  153.    up getting many more responses than you need).  Second, since you
  154.    can get the missing parts from the Usenet source newsgroup archives
  155.    using the instructions below, it is a waste of the Usenet's
  156.    resources to post a message asking for them.
  157.  
  158. 4. "I am looking for source code that does <x>."
  159.  
  160.    Follow the same process as (1) above, but instead of searching for
  161.    the name of the program, search for keywords in your description of
  162.    what you're looking for.  For example, if you're looking for
  163.    graphical clocks that run under the X window system, you might
  164.    search for the word "clock" in the index for comp.sources.x.
  165.  
  166. 5. "I am looking for source code that does <x>," where <x> is
  167.    something algorithmic or mathematical that is commonly solved with
  168.    computers.
  169.  
  170.    Check AT&T's "netlib" archive (which is accessible via E-mail as
  171.    described below, described below, or via World Wide Web as 
  172.    http://www.netlib.org, or via anonymous ftp to netlib.att.com), and 
  173.    if that doesn't work, proceed as in (3) above.
  174.  
  175.    Alternatively, if you don't mind doing some typing and/or
  176.    programming, several reference books provide detailed descriptions,
  177.    pseudocode, and sometimes even code for for numerous popular (and
  178.    obscure) algorithms.  Several good books to check are:
  179.  
  180.     Comer, Douglas E. and David L. Stevens.  "Internetworking
  181.     with TCP/IP, Volume II: Design, Implementation, and
  182.     Internals", Prentice Hall, 1991, ISBN 0-13-472242-6.
  183.  
  184.     Foley, J. D. et al.  "Computer Graphics: Principles and
  185.     Practice", Second Edition, Addison-Wesley, 1990, ISBN
  186.     0-201-12210-7.
  187.  
  188.     Knuth, Donald E.  "The Art of Computer Programming" (3
  189.     volumes), Addison-Wesley, 1973.
  190.  
  191.     Plauger, P. J.  "The Standard C Library", Prentice Hall,
  192.     1992, ISBN 0-13-131509-9.
  193.  
  194.     Press, William H. et al.  "Numerical Recipes, The Art of
  195.     Scientific Computing", Cambridge University Press, 1989,
  196.     ISBN 0-521-38330-7.  (Fortran code)
  197.  
  198.     Press, William H. et al.  "Numerical Recipes in C, The Art
  199.     of Scientific Computing", Cambridge University Press, 1988,
  200.     ISBN 0-521-35465-X.  (C Code)
  201.  
  202.     Sedgewick, Robert.  "Algorithms", Addison-Wesley, 1988.
  203.     (Pascal code)
  204.  
  205.     Sedgewick, Robert.  "Algorithms in C", Addison-Wesley,
  206.     1990, ISBN 0-201-51425-7.  (C code)
  207.  
  208.    The publishers of several of these books also make available floppy
  209.    disks containing machine-readable source code.  Furthermore, Turbo
  210.    Pascal Numerical Recipes code is available for anonymous ftp in
  211.    /pc/turbopas/nrpas13.zip on garbo.uwasa.fi.
  212.  
  213. 6. "I am looking for source code that does <x> under the X window
  214.    system."
  215.  
  216.    As in (3), but after checking the Usenet source newsgroup indices
  217.    (most importantly, that of comp.sources.x), check the anonymous ftp
  218.    archive on ftp.x.org.
  219.  
  220.    See also the postings entitled "Frequently Asked Questions about X
  221.    with Answers," posted monthly in comp.windows.x and various other
  222.    X-related newsgroups.  Those postings discuss in detail how to get
  223.    X sources of various sorts.  If these postings have expired at your
  224.    site, see the documentation below about retrieving postings from
  225.    the periodic posting archive.
  226.  
  227. 7. "I'm looking for neat programs to run on my <x> machine."
  228.  
  229.    Don't post questions like this.  The amount of source code
  230.    available on the Usenet is incredible; you are essentially asking
  231.    for a summary of all of it.  Browse through the various archives
  232.    mentioned in this posting if you want to find something like this.
  233.  
  234. 8. "I'm looking for NetNews software <x>."
  235.  
  236.    See the posting entitled "Usenet Software: History and Sources,"
  237.    posted periodically in news.admin and news.announce.newusers.  If
  238.    it has expired at your site, see the documentation below about
  239.    retrieving postings from the periodic posting archive.
  240.  
  241. 9. "I'm looking for the source code for Unix."
  242.  
  243.    Most implementations of Unix contain source code that is, at least
  244.    to some extent, proprietary and not freely redistributable.  If you
  245.    are looking for the source code to a particular Unix utility, you
  246.    may have better luck looking for a public-domain reimplementation
  247.    of that utility, using (1) or (3) above.  Furthermore, the Free
  248.    Software Foundation (which is dedicated to the goal of making high
  249.    quality free software, including a complete Unix-compatible
  250.    software system called GNU, available for everyone) may distribute
  251.    a freely redistributable version of the utility, protected by the
  252.    GNU Public License.
  253.  
  254.    Also, if the utility was written by the folks who do the BSD
  255.    variant of Unix, then it might be available in the various BSD
  256.    source archives (the best one is probably gatekeeper.dec.com;
  257.    ftp.uu.net has a bsd-sources directory too, and it contains some
  258.    sources that are not in the gatekeeper archive, but the sources
  259.    there are for 4.3reno BSD and might be difficult to compile under
  260.    other types of Unix) on the net.
  261.  
  262.    There are two freely redistributable implementations of Unix.  The
  263.    first is 386BSD, which is based on BSD Unix sources, and the second
  264.    is Linux.  Both of these run on 386-class machines.  For more
  265.    information about them, see the comp.unix.bsd and comp.os.linux
  266.    newsgroups, or look for 386BSD and Linux in the source archives
  267.    using the instructions above.
  268.  
  269. 10. "I'm looking for a dictionary/thesaurus/encyclopedia."
  270.  
  271.    There are few, if any, freely redistributable full dictionary or
  272.    thesaurus databases.  There are, however, some freely available
  273.    word lists and/or synonym lists.  One archive of such files
  274.    (including word lists in Dutch, English, French, German, Italian
  275.    and possibly others) is the anonymous ftp directory
  276.    /pub/dictionaries on ftp.cs.vu.nl.  Another archive is the
  277.    anonymous ftp directory /documents/dict on ftp.gmd.de.
  278.  
  279.    There also appears to be a package called "thesplus" for the PC,
  280.    that may or may not contain a thesaurus database and software (I
  281.    don't know anything about it).  One archive site for it is the file
  282.    /ux1/pc/exec-pc/thesplus.zip on the anonymous ftp machine
  283.    mrcnext.cso.uiuc.edu.  I think this package may be shareware and
  284.    therefore not freely redistributable in the strictest sense of the
  285.    term.
  286.  
  287.    Also, Project Gutenberg has an old (but relatively good) thesaurus
  288.    available on-line.  It's accessible via anonymous ftp in /pub/etext
  289.    on the machine mrcnext.cso.uiuc.edu.  it's also accessible via WAIS
  290.    (ask the WAIS directory of servers for "thesaurus" in order to
  291.    locate it).
  292.  
  293.    If you've already got the database (e.g. on a NeXT machine), you
  294.    may be able to find sources for code to manipulate it; see (3)
  295.    above.
  296.  
  297.    If you really need to find a dictionary or thesaurus for on-line
  298.    use, and the ones already mentioned won't help you, then you're
  299.    probably going to have to pay somebody for it.  Any
  300.    reasonably-sized software catalog for your type of computer is
  301.    probably going to mention dictionary software, and if not, then
  302.    calling the computer stores around your town should help you to
  303.    locate some.
  304.  
  305.    You are even less likely to find a freely redistributable
  306.    encyclopedia than you are to find a dictionary or thesaurus.
  307.    Encyclopedias cost a lot of money to put together, and the
  308.    companies that do so therefore tend to be very protective about
  309.    their copyrights.  Although some encyclopedia publishers have made
  310.    their work available on-line on commercial services (e.g. Prodigy),
  311.    none have made them freely redistributable.  If you want an
  312.    electronic encyclopedia, you're going to have to pay someone for
  313.    it (by looking in a software catalog, as mentioned above).
  314.  
  315. ------------------------------
  316.  
  317. IV.    Things not to do
  318.  
  319. 1. Don't post messages to source newsgroups (e.g. comp.sources.misc,
  320.    comp.sources.unix, etc.) asking for sources.
  321.    
  322.    There are newsgroups specifically for source requests.  If you post
  323.    a request to a moderated source newsgroup, then the moderator has
  324.    to deal with it (and he probably doesn't want to have to deal with
  325.    source requests from all over the Usenet), and if you post a
  326.    request to an unmoderated source newsgroup, then archives of that
  327.    newsgroup end up with cruft (i.e. your request) in them.
  328.  
  329. 2. Unless you have a particularly special request that is likely to be
  330.    intrinsically interesting to the readers of a "topic" newsgroup,
  331.    don't post requests in such newsgroups.  Just because you're
  332.    looking for Unix software doesn't mean your request belongs on
  333.    comp.unix.questions.  Just because the software you're looking for
  334.    is likely to be written in C doesn't mean your request belongs on
  335.    comp.lang.c.  Source requests belong in the "wanted" newsgroups;
  336.    that's what they're there for.
  337.  
  338. ------------------------------
  339.  
  340. V. Searching techniques in detail
  341.  
  342. 1. Usenet source newsgroups
  343.  
  344.    There are many Usenet newsgroups in which source code is posted,
  345.    and most of them are archived.  They include:
  346.  
  347.         alt.sources
  348.         alt.sources.mac
  349.         comp.sources.3b1
  350.         comp.sources.acorn
  351.         comp.sources.amiga
  352.         comp.sources.apple2
  353.         comp.sources.atari.st
  354.         comp.sources.games
  355.         comp.sources.hp48
  356.         comp.sources.mac
  357.         comp.sources.misc
  358.         comp.sources.postscript
  359.         comp.sources.reviewed
  360.         comp.sources.sun
  361.         comp.sources.unix
  362.         comp.sources.x
  363.         vmsnet.sources
  364.         vmsnet.sources.games
  365.  
  366.    If you're looking for software for a particular machine or
  367.    operating system, you should check the source archives that are
  368.    appropriate (e.g. checking "comp.sources.mac" if you're looking for
  369.    programs to run under SunOS probably wouldn't be very profitable),
  370.    as well as the general archives such as alt.sources or
  371.    comp.sources.misc.
  372.  
  373.    Sites that archive Usenet source newsgroups usually provide some
  374.    method of getting an index of the files in each newsgroup's
  375.    archive.  If you are accessing an anonymous ftp archive, then this
  376.    index will usually appear as a file called "index" or "Index" in
  377.    the top-level archive of the newsgroup, or in each volume of the
  378.    newsgroup's archive.
  379.  
  380.    If you are accessing a mail archive, then the instructions for
  381.    using that archive should explain how to get indices of the
  382.    newsgroups that are archived.
  383.  
  384.    If you are accessing an anonymous UUCP archive (see below), you are
  385.    usually told when you are given the phone number and password for
  386.    the archive how to get the top-level index for the archive, which
  387.    will tell you how to get other indices and files.
  388.  
  389.    You can use archie to find anonymous ftp archives of Usenet
  390.    newsgroups.  The most well-known Usenet newsgroup archive is
  391.    probably ftp.uu.net, which archives comp.sources.3b1,
  392.    comp.sources.amiga, comp.sources.games, comp.sources.misc,
  393.    comp.sources.reviewed, comp.sources.sun, comp.sources.unix, and
  394.    comp.sources.x, among other things.  Another large Usenet archive
  395.    site is wuarchive.wustl.edu, which archives alt.sources, 
  396.    comp.sources.mac, and comp.sources.apple2, in addition to most 
  397.    of the newsgroups archived on ftp.uu.net.  The official 
  398.    comp.sources.misc, comp.sources.x and comp.sources.reviewed archives
  399.    are available on ftp.sterling.com, the official comp.sources.unix
  400.    archives are on gatekeeper.dec.com.  A very large European anonymous 
  401.    ftp site is nic.funet.fi, which archives Usenet newsgroups and 
  402.    mirrors several foreign specialized ftp servers.  Other large 
  403.    European archive sites are mcsun.eu.net and ftp.inria.fr.  If you 
  404.    are in Europe, you should look on one of these sites for things 
  405.    you need before trying sites elsewhere.
  406.  
  407.    The vmsnet newsgroups are archived on black.cerritos.edu and
  408.    acfcluster.nyu.edu.  See also the posting "Monthly info posting:
  409.    vmsnet.sources archive sites" in vmsnet.sources.d and comp.os.vms;
  410.    if it has expired at your site, see the documentation below about
  411.    retrieving postings from the periodic posting archive.
  412.  
  413. 2. The "archie" database
  414.  
  415.    "Archie" is a database of anonymous ftp sites and their contents.
  416.    The software for it was written by the "Archie Group" (Peter
  417.    Deutsch, Alan Emtage, Bill Heelan, and Mike Parker) at McGill
  418.    University in Montreal, Canada, and they maintain the database as
  419.    well.
  420.  
  421.    "Archie" keeps track of the entire contents of a very large number
  422.    of anonymous ftp sites, and allows you to search for files on those
  423.    sites using various different kinds of filename searches.  Archie
  424.    also has a software description database (with contents similar to
  425.    the output of the "whatis" command under Unix), on which you can do
  426.    keyword searches.
  427.  
  428.    The following machines are currently running and advertising the
  429.    archie service:
  430.  
  431.    Server list current as of 21 Jun 1994
  432.  
  433.      Host name            Internet address    Country
  434.      -------------------    ----------------    --------------
  435.  
  436.      archie.au            139.130.4.6        Australia
  437.      archie.uni-linz.ac.at      140.78.3.8          Austria
  438.      archie.univie.ac.at        131.130.1.23            Austria
  439.      archie.mcgill.ca        132.206.2.3        Canada
  440.      archie.uqam.ca             132.208.250.10        Canada
  441.      archie.funet.fi        128.214.109.110        Finland
  442.      archie.univ-rennes1.fr     129.20.254.2        France
  443.      archie.th-darmstadt.de     130.83.128.118      Germany
  444.      archie.ac.il        132.65.20.254        Israel
  445.      archie.unipi.it            131.114.21.10        Italy
  446.      archie.wide.ad.jp        133.4.3.6        Japan
  447.      archie.hana.nm.kr          128.134.1.1        Korea
  448.      archie.sogang.ac.kr        163.239.1.11        Korea
  449.      archie.kr                  128.134.1.1         Korea
  450.      archie.nz                  130.195.9.4         New Zealand
  451.      archie.uninett.no          128.39.2.20        Norway
  452.      archie.rediris.es          130.206.1.2         Spain
  453.      archie.luth.se             130.240.18.4        Sweden
  454.      archie.switch.ch           130.59.1.40         Switzerland
  455.      archie.twnic.net           192.83.166.10        Taiwan
  456.      archie.ncu.edu.tw        140.115.19.24        Taiwan
  457.      archie.doc.ic.ac.uk    146.169.2.10        United Kingdom
  458.      archie.hensa.ac.uk         129.12.43.17        United Kingdom
  459.      archie.sura.net        128.167.254.194        United States (MD)
  460.      archie.ans.net        147.225.1.2        United States (NY)
  461.      archie.rutgers.edu        128.6.18.15        United States (NJ)
  462.      archie.unl.edu        129.93.1.14        United States (NE)
  463.      archie.internic.net        198.49.45.10            United States (NJ)
  464.  
  465.    Archie sites may soon be available elsewhere as well.
  466.  
  467.    You can access archie at most of these machines in one of three
  468.    different ways:
  469.  
  470.    1. Telnet or rlogin to the machine with username "archie" and no
  471.       password.
  472.  
  473.    2. Send mail to archie@machine (e.g. archie@archie.au).  Send a
  474.       message with "help" in the body to find out more.
  475.  
  476.    3. Use one of the Prospero-based archie clients.
  477.  
  478.    The site in Japan, archie.wide.ad.jp, supports only the third
  479.    method.
  480.  
  481.    The third method listed is the preferred one, because it puts less
  482.    of a load on the archie servers and is faster than the other two
  483.    methods (its one drawback is that it does not yet provide an
  484.    interface to the archie "whatis" database).  If you already have
  485.    Prospero installed at your site (see below), then you can search
  486.    archie by vcd'ing to the directory /archive-sites/archie/regex and
  487.    using "vls" with the regular expression for which you want to
  488.    search.  Alternatively, you can get one of the stand-alone archie
  489.    clients that does not require all of Prospero in order to run.  The
  490.    clients currently available include a C version with a text
  491.    interface, a C version with an X interface, and a perl version with
  492.    a text interface.  They are available for anonymous ftp in
  493.    /archie/clients or /pub/archie/clients at each of the archie sites
  494.    listed above.
  495.  
  496.    When using archie, you should connect to the site from the list
  497.    above that is closest to you, network-wise. Archie servers can 
  498.    give different results when using different servers.  If one server 
  499.    fails to give results, try another (more remote) one.
  500.  
  501.    If you would like more information about archie, you can write to
  502.    archie-l@cs.mcgill.ca.
  503.  
  504.    (Note to Janet/PSS users -- the United Kingdom archie site is
  505.    accessible on the Janet host doc.ic.ac.uk [000005102000].  Connect
  506.    to it and specify "archie" as the host name and "archie" as the
  507.    username.)
  508.  
  509. 3. The "ftpable-readmes" WAIS database
  510.  
  511.    Vincent Cate use to maintain a WAIS database of README files for various
  512.    packages on anonymous ftp sites all over the Internet.  Vincent no longer 
  513.    maintains or runs the ftpable-readmes WAIS database. If you have a couple 
  514.    of hundred spare meg to take over the management of that excellent 
  515.    resource.
  516.  
  517.    For more information about WAIS, retrieve the file /wais/README
  518.    from the anonymous ftp server think.com.
  519.  
  520. 4. Comp.archives
  521.  
  522.    The comp.archives newsgroup was initially created amd moderated by
  523.    Ed Vielmetti, then moderated by Adam J. Richter and now Jost Krieger 
  524.    Jost.Krieger@rz.ruhr-uni-bochum.de.  It contains announcements of 
  525.    archive sites and their contents.  If you cannot find what you're 
  526.    looking for in the comp.archives postings available at your site at 
  527.    any given time, then you can read the newsgroup for a while and watch 
  528.    for new postings that are of interest to you, or you can try to find 
  529.    an archive site that archives the postings in comp.archives (e.g.
  530.    wuarchive.wustl.edu, ftp.sterling.com, cs.dal.ca).
  531.  
  532. 5. Comp.sources.wanted
  533.  
  534.    When you post a message to comp.sources.wanted or
  535.    alt.sources.wanted, the important thing to remember is to BE
  536.    SPECIFIC.  If you're working under Unix, make sure to mention that;
  537.    possibly, mention even what type of Unix.  If you're not working
  538.    under Unix, make sure to mention what operating system and machine
  539.    type you *are* working under.
  540.  
  541.    Remember to choose a meaningful Subject line for your message;
  542.    something like, "Can you help me?" is very unhelpful to people who
  543.    ARE willing to help, and may just cause some of them to not bother
  544.    reading your posting.  Try to summarize what you're looking for
  545.    meaningfully in your Subject line.
  546.  
  547.    Also, it is usually a good idea to ask for people to send you
  548.    E-mail rather than posting responses.  Say that if enough people
  549.    write to you and ask for copies of whatever responses you get, then
  550.    you'll summarize the responses in a later posting to the newsgroup,
  551.    and if that happens, then DO post the summary.
  552.  
  553.    Finally, don't say, "Would someone please mail me <x>?"  Say,
  554.    "Would someone please tell me where I can get <x>, or what's
  555.    available that does <x>?  Instead say, "If you can mail it to me, 
  556.    please let me know, and I'll let you know if I want you to."  This
  557.    avoids the problem of several people mailing you what you requested
  558.    and overflowing your mailbox.
  559.  
  560. 6. Prospero
  561.  
  562.    If you are a Unix site on the Internet, you can use the Prospero
  563.    system (whose author is Clifford Neuman) to search through archives
  564.    of various sorts all over the Internet, and to retrieve files once
  565.    you have found them.  Prospero uses a virtual filesystem which
  566.    allows you to transparently view directories and retrieve files.
  567.    There is some overlap between Prospero and other resources
  568.    mentioned in this document; for example, both archie and the
  569.    periodic posting archives on rtfm.mit.edu are accessible via
  570.    Prospero.
  571.  
  572.    The Prospero software is available in /pub/prospero/prospero.tar.Z
  573.    on prospero.isi.edu; the user software may already be installed at
  574.    your site, and if not, you can get it and install it yourself.  For
  575.    more information about Prospero, send mail to
  576.    info-prospero@isi.edu.
  577.  
  578. 7. Mail server queries
  579.  
  580.    Anonymous ftp is most effectively used only for retrieving files
  581.    and not for searching for them, since it is a file transfer
  582.    protocol and not much more than that.  However, many (if not all)
  583.    of the mail archive servers which allow file retrieval by
  584.    electronic mail provide a more functional (albeit slower) interface
  585.    than ftp which allows you to query the servers to find out what
  586.    they have available on them.  Therefore, if you find it necessary
  587.    to use mail archive servers to get files, take advantage of the
  588.    indexing and search features available on the servers.  The
  589.    features of individual servers can not be documented here, because
  590.    there are too many different servers running too many different
  591.    kinds of software, but the instructions below do explain how to ask
  592.    the servers for help and find out what commands they support.
  593.  
  594. ------------------------------
  595.  
  596. VI. File retrieval techniques in detail
  597.  
  598. 1. By anonymous ftp
  599.  
  600.    If you are on a site that is connected to the Internet and allows
  601.    its users to ftp out to other Internet sites, then you have
  602.    anonymous ftp access.  The usual procedure for using anonymous ftp
  603.    is to type the command "ftp machine-name", where "machine-name" is
  604.    the name of the machine to which you want to connect, and then to
  605.    use "anonymous" as the username and "user@host" (i.e. your E-mail
  606.    address) as the password when you are prompted for it by ftp.
  607.  
  608.    Type "help" inside ftp to get a list of commands, and/or read the
  609.    man page for ftp, or any other documentation about it available at
  610.    your site for more information.  If they don't answer your
  611.    question, then ask someone at your site for help.
  612.  
  613.    If you don't have Internet and ftp access, then you can use an
  614.    ftp-mail server such as Princeton's BITFTP or ftpmail to retrieve
  615.    files from anonymous ftp archives.  However, you should only use an
  616.    ftp-mail server when the same files are not available from a
  617.    dedicated mail archive server.  See the BITFTP and ftpmail
  618.    instructions below.
  619.  
  620.    For additional information on anonymous ftp, see the Anonymous FTP
  621.    Frequently Asked Questions (FAQ) List maintained by 
  622.    <Perry.Rovers@kub.nl>.  It is available from news.announce.newusers,
  623.    and news.answer.
  624.  
  625. 2. By anonymous UUCP
  626.  
  627.    There are various UUCP sites on the net that publish their modem
  628.    telephone numbers and a public username and password that can be
  629.    used to transfer files from the sites via UUCP.  For more
  630.    information about doing this, see the documentation for the "uucp"
  631.    command on your system.
  632.  
  633.    One place to find information about anonymous UUCP archives is the
  634.    Nixpub listing of public access Unix sites, maintained by Phil
  635.    Eschallier and posted in comp.misc and alt.bbs.  If that posting
  636.    has expired at your site, you can get copies of it from the
  637.    Periodic posting archive described below.
  638.  
  639. 3. By mail
  640.  
  641.    a. Uunet mail archive
  642.  
  643.    Uunet.uu.net provides E-mail access to the sources it archives (see
  644.    the discussion about ftp.uu.net above for some idea of what is
  645.    available).  The address to which to send requests is
  646.    "netlib@uunet.uu.net".  You can send a message containing "help" in
  647.    its body for more information.  Note, however, that this service
  648.    does not provide access to all of UUNET's archived files, so you
  649.    may have to use an ftp-by-mail service instead to get to some of
  650.    them.
  651.  
  652.    b. BITFTP
  653.  
  654.    The BITFTP servers, run by Princeton University and the German
  655.    National Research Center for Computer Science, allow people on 
  656.    the BITNET to retrieve via E-mail files at anonymous ftp archive
  657.    sites.  To find out how to use it, send mail to 
  658.    "bitftp@pucc.bitnet" or "bitftp@vm.gmd.de" with "help" in the 
  659.    body. 
  660.  
  661.    Note: The BITFTP server at Princeton will reject requests from 
  662.    non-BITNET addresses, so if you're not on the BITNET and you need 
  663.    to do anonymous ftp retrieval via E-mail, you should use ftpmail 
  664.    (see below).
  665.  
  666.    c. Ftpmail
  667.  
  668.    Ftpmail servers allow you to retrieve via E-mail files at anonymous
  669.    ftp archive sites.  Four ftpmail servers currently available are
  670.    "ftpmail@decwrl.dec.com", "ftpmail@src.doc.ic.ac.uk",
  671.    "ftpmail@cs.uow.edu.au", and "ftpmail@grasp.insa-lyon.fr".  To
  672.    find out how to use an ftpmail server, send mail to it with "help"
  673.    in the body.  If you're on the BITNET, please use the BITFTP server
  674.    (see above) rather than ftpmail.
  675.  
  676.    NOTE: Don't do something bogus like send your requests both to
  677.    BITFTP and ftpmail, or to multiple ftpmail servers, hoping that one
  678.    of them will get back to you first.  Choose one server for your
  679.    request, and use it.
  680.  
  681.    d. AT&T's netlib archive
  682.  
  683.    AT&T's "netlib" archive is the repository for a large body of
  684.    source code and other material, much of it mathematical,
  685.    algorithmic or scientific in nature.
  686.  
  687.    The archive is accessible in many ways, including
  688.  
  689.      * Anonymous ftp to netlib.att.com
  690.  
  691.      * Electronic mail.  To find out how to use the mail server, send
  692.        mail to "netlib@research.att.com" with "help" in the body of
  693.        the message.
  694.  
  695.      * World Wide Web. Open the URL http://www.netlib.org
  696.  
  697.    e. Periodic posting archive
  698.  
  699.    As mentioned above, The machine rtfm.mit.edu maintains an archive 
  700.    of periodic Usenet postings.  You can access it via anonymous ftp, 
  701.    or via mail server.  To find out how to use the mail server, send 
  702.    a message to "mail-server@rtfm.mit.edu" with Subject "help".
  703.  
  704.    The archive on rtfm is also accessible via WAIS.  If you don't know
  705.    what that is, don't worry about it; if you do know what it is, you
  706.    can search through periodic Usenet postings by connecting to the
  707.    "usenet" WAIS database on rtfm.mit.edu.
  708.  
  709.    f. Trickle mail servers
  710.  
  711.    A BITnet mail server package called "Trickle" is supported at a
  712.    number of different BITnet sites all over the world:
  713.  
  714.     Austria:    trickle@aearn.bitnet
  715.     Denmark:    trickle@dktc11.bitnet
  716.     Belgium:    trickle@banufs11.bitnet
  717.     France:        trickle@frmop11.bitnet
  718.     Germany:    trickle@dtuzdv1.bitnet
  719.     Italy:        trickle@imipoli.bitnet
  720.     Netherlands:    trickle@hearn.bitnet
  721.     Spain:        trickle@eb0ub011.bitnet
  722.     Turkey:        trickle@trearn.bitnet
  723.     Israel:        trickle@taunivm.bitnet
  724.  
  725.    These archives contain files of all sorts from a number of
  726.    different major anonymous ftp archive sites, including
  727.    oak.oakland.edu, ftp.uu.net, ftp.x.org and sauna.hut.fi.
  728.    They are a good way for people on the BITnet to get access to
  729.    archives.
  730.  
  731.    To find out how to use Trickle send a mail message to the Trickle
  732.    server closest to you with "/HELP" in the body of the message and
  733.    an empty Subject: line.
  734.  
  735.    g. Other mail servers
  736.  
  737.    There are other mail servers besides the ones listed above.  If you
  738.    want to find out more about a server, send a message to it with
  739.    "help" in the body and see what it sends back.
  740.  
  741.    The following is a list of some of the available services.  Others
  742.    are listed in Scott Yanoff's "Updated Internet Services list"
  743.    posting, which appears regularly in alt.internet.services,
  744.    comp.misc, biz.comp.services, alt.bbs.internet, and news.answers.
  745.  
  746.    alt-sources-serv@dmc.com    Alt.sources
  747.    archive-server@ames.arc.nasa.gov
  748.                 Space archives (also accessible via
  749.                 anonymous ftp to ames.arc.nasa.gov)
  750.    archive-server@athena-dist.mit.edu
  751.                 MIT Project Athena papers and source
  752.                 code (also accessible via anonymous
  753.                 ftp to athena-dist.mit.edu)
  754.    archive-server@bcm.tmc.edu    UUCP maps, source-code for BCM WHOIS
  755.                 database, NFS and PC-NFS information
  756.                 and source-code, Unisys U-series
  757.                 information and source code, other
  758.                 stuff
  759.    archive-server@cc.purdue.edu    NeXT stuff (also accessible via
  760.                 anonymous ftp to sonta.cc.purdue.edu
  761.                 or nova.cc.purdue.edu)
  762.    archive-server@chsun1.uchicago.edu
  763.                 Computer Underground Digest and
  764.                 references
  765.    archive-server@cs.leidenuniv.nl
  766.                 IPX, "patch" for MS-DOS, "sps" diffs
  767.                 for SunOS 4.1
  768.    archive-server@dsi.com    Datacomp Systems, Inc.  Elm and
  769.                 Elm-related stuff
  770.    archive-server@eclectic.com    Mac-security digest, information about
  771.                 Eclectic, other stuff
  772.    archive-server@germany.eu.net
  773.                 Archives of MS-DOS, Amiga, and Apple
  774.                 newsgroups, Internet RFCs, other stuff
  775.    archive-server@ics.uci.edu    TeX, GNU, MH, other stuff
  776.    archive-server@joshua.atherton.com
  777.                 Archives of Atherton Technology
  778.                 mailing lists and other files; Sun RPC
  779.                 sources and files; other sources and
  780.                 files
  781.    archive-server@ncsa.uiuc.edu    NCSA stuff, especially telnet and tcp
  782.                 for mac/pc
  783.    archive-server@rice.edu    Sun-spots, sun-source and sun-icons,
  784.                 plus other software written or
  785.                 influenced by people at Rice (also
  786.                 accessible via anonymous ftp to
  787.                 titan.rice.edu)
  788.    archive-server@st.cs.uiuc.edu
  789.                 Ralph Johnson's UIUC smalltalk archive
  790.                 (also accessible via anonymous ftp to
  791.                 st.cs.uiuc.edu)
  792.    archive-server@sun.soe.clarkson.edu
  793.                 IBM and other good stuff (also
  794.                 accessible via anonymous ftp to
  795.                 sun.soe.clarkson.edu)
  796.    archive-server@wdl1.wdl.loral.com
  797.                 WDL archive server: snfs, tsig stuff
  798.    clinton-wins@mail.clinton-gore.org
  799.                 Information about the Clinton-Gore
  800.                 presidential campaign
  801.    comp-binaries-mac-serv@dmc.com
  802.                 Comp.binaries.mac
  803.    comp-sources-misc-serv@dmc.com
  804.                 Comp.sources.misc
  805.    comp-sources-reviewed-serv@dmc.com
  806.                 Comp.sources.reviewed
  807.    comp-sources-unix-serv@dmc.com
  808.                 Comp.sources.unix
  809.    comp-sources-x-serv@dmc.com    Comp.sources.x
  810.    cubelib@gmuvax2.gmu.edu    iPSC User's Group
  811.    doc-server@prl.dec.com    Paris Research Lab (PRL) technical
  812.                 reports, articles, and notes; bignum
  813.                 package
  814.    fileserv@dmc.com        News.answers, other general stuff
  815.    fileserv@shsu.bitnet        General and VMS-specific TeX/LaTeX
  816.                 sources, sty files, extensions, etc.;
  817.                 mailing list archives; sources for VMS
  818.                 packages of various sorts
  819.    ftp@opcom.canada.sun.com    Solaris 2.0 Migration Support archives
  820.                 -- programs that have been ported to
  821.                 Solaris 2.0, and utilities for making
  822.                 the migration to 2.0 easier
  823.    ftpmail@doc.ic.ac.uk         26 Gigabytes.  Everthing really!
  824.                                 Almost all Unix, mac, pc packages.
  825.    ftp-mailer@ftp.informatik.tu-muenchen.de
  826.                 comp.sources.x, comp.sources.unix,
  827.                 comp.sources.misc, comp.sources.sun,
  828.                 comp.sources.games,
  829.                 comp.sources.atart.st,
  830.                 comp.binaries.ibm.pc, alt.sources
  831.                 archives, eunet.sources, and
  832.                 sub.sources archives, GNU, selected
  833.                 BSD, minix, selected X.V11R4 and
  834.                 X.V11R3, X.V11R5, comm tools (ie.
  835.                 kermit), various documents (ie. the
  836.                 Internet worm, rfcs, mach), TeX, and
  837.                 various other sources (also accessible
  838.                 via anonymous ftp)
  839.    gene-server@bchs.uh.edu    Genbank gene database server
  840.    goodies-lib@cs.man.ac.uk    Manchester smalltalk goodies archive
  841.    graf-bib-server@decwrl.dec.com
  842.                 Graphix bibliography server; put
  843.                 keywords in mail Subject (also
  844.                 accessible via anonymous ftp to
  845.                 gatekeeper.dec.com)
  846.    info-server@Germany.EU.net    Lots of stuff, including GNU software,
  847.                 benchmarks, games, graphics utilities,
  848.                 etc. (also accessible via anonymous
  849.                 ftp)
  850.    info-server@hp4nl.nluug.nl    Macintosh, Sun, IBM-PC, Unix sources,
  851.                 some documents, GNU, graphics, Usenet
  852.                 archives (or lots of newsgroups), X
  853.                 window system, TeX, programming
  854.                 languages (lisp, icon, abc, others),
  855.                 news sources, network sources, other
  856.                 stuff
  857.    info-server@sh.cs.net    Internet community calendar, E-mail
  858.                 ftp server (currently unavailable),
  859.                 CSNET general information documents,
  860.                 CREN information, NSFNET information,
  861.                 Some Internet RFCs, a small amount of
  862.                 source code
  863.    librarian@cse.ucsc.edu    UCSC Technical Reports, Amoeba papers,
  864.                 UCSC bibliography archive, IEEE TCOS,
  865.                 other stuff (also accessible via
  866.                 anonymous ftp to ftp.cse.ucsc.edu)
  867.    library@cme.nist.gov        Manufacturing Engineering Laboratory
  868.                 (MEL) at the National Institute of
  869.                 Standards and Technology (NIST)
  870.                 archive
  871.    lido@cs.uni-sb.de        AI bibliographical server; put
  872.                 "lidosearch help" in mail Subject
  873.    listserv@dhdurz1.bitnet
  874.    listserv@orion.bitnet    Erotica
  875.    listserv@ubvm.bitnet        Russian TeX
  876.    listserv@ubvm.cc.buffalo.edu    Same as listserv@ubvm.bitnet
  877.    listserv@vm1.nodak.edu    Lots of stuff from simtel-20; put "get
  878.                 pdget help" in mail body
  879.    mail-server@cs.ruu.nl    GIFs, Atari ST software, random
  880.                 documentation, ELM sources, Usenet FAQ
  881.                 postings, GNU software, HP-UX
  882.                 software, NN sources, SGI software,
  883.                 TeX software and TeXhax and TeXmag
  884.                 archives, random UNIX software, X11
  885.                 software, other stuff (also accessible
  886.                 via anonymous ftp to ftp.cs.ruu.nl)
  887.    mail-server@nluug.nl        Mostly UNIX-related files, from the
  888.                 Netherlands UNIX Users' Group
  889.    ftpmail@ftp.uni-stuttgart.de
  890.                 German TeX archives; benchmarks,
  891.                 journal indices, RFCs, network info,
  892.                 unix info; X, mac, pc, sun, aix, vax,
  893.                 and other software (also accessible
  894.                 via anonymous ftp to
  895.                 rusmv1.rus.uni-stuttgart.de)
  896.    mailserv@garbo.uwasa.fi    PC software archives, frequently asked
  897.                 questions in various areas, some
  898.                 Usenet source archives
  899.    netlib@draci.cs.uow.edu.au    Australian Netlib (also accessible via
  900.                 anonymous ftp to draci.cs.uow.edu.au)
  901.    netlib@mthvax.cs.miami.edu    Various sources, digests and other
  902.                 miscellaneous stuff (also accessible
  903.                 via anonymous ftp to
  904.                 mthvax.cs.miami.edu)
  905.    netlib@nac.no        Mirror of AT&T netlib archive for use
  906.                 by European (non-UK) sites
  907.    netlib@ornl.gov        Similar to the AT&T netlib archive
  908.    netlib@peregrine.com        Rec.puzzles-related archives
  909.    netlib@uunet.uu.net        A large subset of what is available
  910.                 from uunet via anonymous ftp or
  911.                 anonymous uucp
  912.    netlib@ukc.ac.uk        UK netlib server (mostly same contents
  913.                 as AT&T's netlib) (some files also
  914.                 accessible via anonymous ftp to
  915.                 harrier.ukc.ac.uk {username "guest"})
  916.    next-archive@cc.purdue.edu    NeXT stuff (also accessible via
  917.                 anonymous ftp to sonta.cc.purdue.edu
  918.                 or nova.cc.purdue.edu)
  919.    nistlib@cmr.ncsl.nist.gov    Benchmarks, GOSIP
  920.    nptserver@cme.nist.gov    NIST Cals server (also accessible via
  921.                 anonymous ftp to durer.cme.nist.gov)
  922.    object-archive-server@decwrl.dec.com
  923.                 OFF format (?) objects
  924.    ps-file-server@adobe.COM    PostScript stuff
  925.    reduce-netlib@rand.org    Sources related to REDUCE (A SAM
  926.                 system with emphasis on nuclear
  927.                 physics)
  928.    reports@midgard.ucsc.edu    Comp.os.research tech reports (also
  929.                 accessible via anonymous ftp to
  930.                 midgard.ucsc.edu)
  931.    request@legato.com        NFS benchmarking for determining if
  932.                 Legato board will help your server
  933.    search@genbank.bio.net    FASTA program for nucleic acid
  934.                 sequence
  935.    service@nic.ddn.mil        Internet RFCs and FYIs, NIC database
  936.                    registration, WHOIS database lookup
  937.    source@ureview.com        Programs and files from the magazine
  938.                 "Unix Review"
  939.    statlib@lib.stat.cmu.edu    Lots of statistical software (also
  940.                 accessible via anonymous ftp to
  941.                 lib.stat.cmu.edu -- username statlib)
  942.    tech-reports@cs.columbia.edu    Experimental server (?) address might
  943.                 point to a human
  944.    telecom-archive-request@letni.lonestar.org
  945.                 Comp.dcom.telecom archive
  946.    vax-pro@wkuvx1.bitnet    Programs and files from the journal
  947.                 "VAX Professional: A Technical Journal
  948.                 for VMS Systems"
  949.    vmsnet-sources-serv@dmc.com    Vmsnet.sources
  950.    wrl-techreports@decwrl.dec.com
  951.                 DEC WRL technical reports and
  952.                 abstracts 
  953.    wscott@ecn.purdue.edu    HP 48 programs; put HP-MAIL-SERVER in
  954.                 mail Subject
  955.    xstuff@expo.lcs.mit.edu    MIT X Consortium files, mainly
  956.                 patches
  957.  
  958.  
  959. VII.    Locating a site's IP address
  960.   
  961.   If you are at a site with a deficient nameserver, you may need to know
  962.   the IP address of a host to FTP files from it.  You can get this
  963.   information in two ways:
  964.   
  965.   * By telnet:
  966.   
  967.       telnet nic.ddn.mil hostnames (or `telnet 192.112.36.5 101')
  968.       hname XXX.YYY.ZZZ
  969.   
  970.   * By e-mail:
  971.   
  972.       To: service@nic.ddn.mil
  973.       Subject: host XXX.YYY.ZZZ
  974.            or: whois XXX.YYY.ZZZ
  975.            or: help
  976.   
  977.     or:
  978.   
  979.       To: resolve@cs.widener.edu
  980.       body: site XXX.YYY.ZZZ
  981.   
  982.     Information from Brendan Kehoe <brendan@cs.widener.edu>.
  983. ------------------------------
  984.  
  985. VII. Credits
  986.  
  987. This FAQ was initially written by Jonathan I. Kamens.  The following
  988. people have contributed to this FAQ.
  989.  
  990. Bill Wohler <wohler@newt.com> provided many of the addresses in the
  991. "Other mail servers" section above, and provided suggestions for
  992. several other sections.  Andrew Purshottam <andyp@ibmpa.awdpa.ibm.com>
  993. also provided many mail archive server addresses.  Bjorn P. Brox
  994. <brox@dms.corena.no> provided information about Trickle.
  995.  
  996. These people provided feedback and corrections:
  997.  
  998.     Denis.Buffenoir@inria.fr
  999.     Rusty Carruth <rusty@anasazi.com>
  1000.     Tom Cunningham <tomc@bouwsma.sps.mot.com>
  1001.         Jim Davis <davis@DRI.cornell.edu>
  1002.     Peter Deutsch <peterd@opus.cs.mcgill.ca>
  1003.         Holger Friedrich <hf@glare.in-chemnitz.de>
  1004.     Eric Gross <ehg@research.att.com>
  1005.     Dan Jacobson <Dan_Jacobson@ATT.COM>
  1006.     <FACN320@saupm00.bitnet>
  1007.     Charles Geyer <charlie@umnstat.stat.umn.edu>
  1008.     Chau Wing Kin <cs149466@comp.hkp.hk>
  1009.     Edwin Kremer <edwin@cs.ruu.nl>
  1010.     Rene Lampe <yzrnur!rene@sq.uucp>
  1011.     Kent Landfield <kent@sterling.com>
  1012.     Jonathan Leech <leech@cs.unc.edu>
  1013.     Lee McLoughlin <L.McLoughlin@doc.ic.ac.uk>
  1014.     Allen McAuley <s3007588@mackay.mpce.mq.edu.au>
  1015.     Mark Maimone <mwm@cmu.edu>
  1016.     Michael Meyer <mikem+@andrew.cmu.edu>
  1017.     Dick Munroe <munroe@dmc.com>
  1018.         Nicolai Papke <PAPKE@superbowl.und.ac.za>
  1019.     Petri Ojala <ojala@funet.fi>
  1020.     Douglas Quist <quist@thing1.sim.es.com>
  1021.     George V. Reilly <gvr@cs.brown.edu>
  1022.         Perry Rovers <Perry.Rovers@kub.nl>
  1023.     John_Rouillard@dl5000.bc.edu
  1024.     Timo Salmi <ts@uwasa.fi>
  1025.     Rich Salz <rsalz@bbn.com>
  1026.     Heribert Schuetz <schuetz@informatik.tu-muenchen.de>
  1027.     Dan Shearer <ccdps@lux.levels.unisa.edu.au>
  1028.     Richard S. Smith <RSS%CALSTATE.bitnet@VM.USC.EDU>
  1029.     Mike Stump <mrs@charlie.secs.csun.edu>
  1030.     Steve Sullivan <sullivan@teal.csn.org>
  1031.     Steve Summit <scs@adam.mit.edu>
  1032.     Sydney S.  Weinstein <syd@DSI.COM>
  1033.     Joe Wells <jbw@bigbird.bu.edu>
  1034.     Jon Whellams <mgjmw@cc.flinders.edu.au>
  1035.     George Wilson <gwilson@mrj.com>
  1036.     Bill Wohler <wohler@newt.com>
  1037.     Christophe Wolfhugel <wolf@frwolf.gna.tfd.com>
  1038.     Adri Verhoef <a3@rivm39.rivm.nl>
  1039.     Ed Vielmetti <emv@msen.com>
  1040.  
  1041.  
  1042. ------------------------------
  1043.  
  1044.